Modify configure.json to disable neon.
authorPeter Michael Green <plugwash@raspbian.org>
Sun, 3 Sep 2017 22:55:28 +0000 (22:55 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Sun, 3 Sep 2017 22:55:28 +0000 (22:55 +0000)
configure.json

index b572a3d1f5f6ff22f36bdbcdb1721716938fe3fa..d003fcb4c1386e30736e6bbafa3418ea1cbdf41d 100644 (file)
         },
         "neon": {
             "label": "NEON",
-            "condition": "(arch.arm || arch.arm64) && tests.neon",
+            "condition": "(arch.arm64) && tests.neon",
             "output": [
                 "privateConfig",
                 { "type": "define", "name": "QT_COMPILER_SUPPORTS_NEON", "value": 1 }